/*基础CSS*/
html {
	font-size: 14px;
	overflow-x: hidden;
}
li {
	list-style: none;
}
a {
	color: #212529
}
a:hover {
	text-decoration: none;
}
p, dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;
}


/*自己写的*/
body{
	background:#fff;
}
* {
    margin: 0;
    padding: 0;
}
div{
	margin:0 auto;}
a{
	text-decoration:none;
}
.clear{
	clear:both;
}
@media only screen and (min-width: 1024px) {
.pc-all{
	display:block;
}
.phone-all{
	display:none;}
.pc-top{
	width:1200px;
	height:65px;
	padding:15px 0;
	background:#fff;
	position: relative;
}
.pc-logo{
	height:60px;
	display: inline-block;
}
.pc-logo img{
	width:auto;
	height:60px;
}
.pc-search{
	width:330px;
	height:40px;
	background:#f5f5f7;
	border-radius:20px;
	display: inline-block;
	position: absolute;
    right: 245px;
	top:30px;
}
.pc-phone {
    width: 205px;
    height: 40px;
    display: inline-block;
    font-size: 20px;
    color: #024098;
    font-weight: bold;
    vertical-align: middle;
	position: absolute;
    right: 10px;
	top:30px;
}
.pc-phone img{  
    vertical-align: middle;
	margin-right:10px;
}
input.input1 {
    width: 235px;
    background: #f5f5f7;
    height: 38px;
    border: none;
    outline: none;
    background: transparent;
    position: absolute;
    left: 30px;
}
input.input2 {
    width: 23px;
    height: 23px;
    position: absolute;
    right: 35px;
    top: 8px;
}
/*PC导航*/
.pc-navs{
	width:100%;
	height:50px;
	background:#023f98;
}
.pc-nav {
    width: 1200px;
}
.pc-nav a{
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: space-around;
    height: 50px;
    text-align: center;
    line-height: 32px;
}
.navbar-nav .nav-item {
    padding: 10px 35px;
	position: relative;
}
.nav-item dl {
    display: none;
	width:134px;
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    border-top: 4px solid peru;
	z-index:99;
}
.nav-item dl dt{
    border-bottom: 1px solid #cecece;
    width: 126px;
    margin: 5px 4px;
}
.nav-item dl dt a{
    color: #000;
    font-size: 14px;
    font-weight: normal;
}
.nav-item dl dt:hover{
  background:#023f98;
}
.nav-item dl dt:hover a{
  color:#fff;
}
.nav-item:hover dl {
    display: block;
}
.active{
	background:#0b2d5f;
}
.active a{
	color:#fff;
}
.nav-item:hover{
	background:#0b2d5f;
}
/*PC首页内容*/
.pc-cont-part1,.pc-cont-part2,.pc-cont-part3,.pc-cont-part4{
	width:1200px;
}
.pc-cont-part1{
	height:460px;
	margin-top:60px;
}
.pc-cont-part1-left{
	width:530px;
	float:left;
	margin-top:10px;
}
.pc-etit{
	font-size:24px;
	color:#d6d6d6;
}
.pc-ctit{
	margin-left: 0;
    width: 96px;
    font-size: 22px;
    font-weight: bold;
    color: #023f98;
    letter-spacing: 2px;
    border-bottom: 4px solid #023f98;
    padding-bottom: 15px;
}
.cut-line{
	height:1px;
	background:#d6d6d6;
	margin:-2px 0 0 96px;
}
.pc-jj {
    margin-top: 25px;
    line-height: 24px;
}
.pc-jj span {
    color: #7a7a7a;
    font-size: 14px !important;
}
.pc-more {
    width: 130px;
    height: 35px;
    border: 1px solid #78ccf3;
    text-align: center;
    line-height: 33px;
    border-radius: 20px;
}
.pc-more a{
    color: #78ccf3;
}
.pc-more:hover{
	background:#023f98;
}
.pc-more:hover a{
    color: #fff;
}
.pc-cont-part1-left .pc-more {
    margin: 20px 0 0 0;
}
.pc-cont-part1-right{
	width:575px;
	height:345px;
	float:right;
	overflow:hidden;
}
.pc-cont-part2-round{
	margin-top:35px;
	height:625px;
	background:url(/template/ftsa/images/pc-part2-bj.png) no-repeat top right;
	background-size:cover;
}
.pc-cont-part2{
	position:relative;
}
.pc-cont-part2 .pc-etit{
	padding-top:70px;
}
.pc-cont-part2 .pc-ctit{
	margin-left: 0;
    width: 96px;
    font-size: 22px;
    font-weight: bold;
    color: #023f98;
    letter-spacing: 2px;
	border:0;
	padding-bottom:0;
}
.pc-cont-part2 .pc-more {
    margin: 0;
    position: absolute;
    right: 0;
    top: 90px;
}
.pc-cont-part2-cont{
	height:325px;
	margin-top:50px;
	position:relative;
}
.pc-cont-part2-cont-left{
	width:535px;
	height:315px;
	float:left;
	overflow:hidden;
}
.pc-cont-part3{
	height:360px;
	margin-top:65px;
	position:relative;
}
.pc-cont-part3 .pc-etit{
	padding-top:0;
}
.pc-cont-part3 .pc-ctit{
	margin-left: 0;
    width: 96px;
    font-size: 22px;
    font-weight: bold;
    color: #023f98;
    letter-spacing: 2px;
	border:0;
	padding-bottom:0;
}
.pc-cont-part3 .pc-more {
    margin: 0;
    position: absolute;
    right: 0;
    top: 21px;
}
.pc-cont-part3-cont{
    margin-top: 40px;
}
ul.pc-part3-img {
    display: flex;
    flex-wrap: wrap;
}
.pc-part3-img li {
    width: 400px;
    height: 175px;
	overflow:hidden;
}
.pc-part3-img li:hover img{
    transform:scale(1.2);
}
.pc-part3-img li img {
    width: 400px;
    height: 175px;
	 transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
}
.pc-cont-part4-round{
	margin-top:60px;
	height:610px;
	background:#f5f5f5;
}
.pc-cont-part4{
	position:relative;
}
.pc-cont-part4 .pc-etit{
	padding-top:65px;
}
.pc-cont-part4 .pc-ctit{
	margin-left: 0;
    width: 96px;
    font-size: 22px;
    font-weight: bold;
    color: #023f98;
    letter-spacing: 2px;
	border:0;
	padding-bottom:0;
}
.pc-cont-part4 .pc-more {
    margin: 0;
    position: absolute;
    right: 0;
    top: 80px;
}
.pc-cont-part4-cont{
	margin-top:40px;
}
ul.pc-part4-news {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
}
.pc-part4-news li {
    width: 295px;
    height: 360px;
	background:#ffffff;
	position:relative;
    overflow: hidden;
}
.pc-part4-news li:hover{
    box-shadow: 0 0 10px #023f98;
}
.pc-part4-news li:hover .pc-part4-news-cont{
    border-top:4px solid #023f98;
}
.pc-part4-news li:hover .new-number{
    color:#023f98;
}
.pc-part4-news li:hover .new-more{
    color:#fff;
	background:#023f98;
}
.pc-part4-news-cont{
	width: 235px;
    height: 360px;
    overflow: hidden;
}
.pc-part4-news-cont .new-number{
	padding-top:40px;
	font-size:24px;
	font-weight:bold;
	color:#333333;
}
.pc-part4-news-cont .new-tit{
	padding:25px 0 15px 0;
	font-size:18px;
	font-weight:bold;
	color:#333333;
}
.pc-part4-news-cont .new-discrip{
	height:155px;
	font-size:14px;
	line-height:28px;
	color:#707070;
}
.pc-part4-news-cont .new-time{
	font-size:14px;
	color:#8a8a8a;
}
.pc-part4-news-cont .new-more{
	width:37px;
	height:37px;
	font-size:24px;
	vertical-align:middle;
	color:#fefefe;
	text-align:center;
	border-radius:100%;
	background:#e5e5e5;
	position:absolute;
	bottom:20px;
	right:30px;
}
/*tab切换CSS*/
.pc-cont-part2-cont-right{ 
	width:610px;
	height:325px;
	float:left;
	margin-left:45px;}
.pc-cont-part2-cont-right .hd{ 
	height:20px; 
	line-height:20px; 
	position:relative; }
.pc-cont-part2-cont-right .hd ul{ 
	float:left;  
	position:absolute;
	left:20px; 
	top:-1px; 
	height:32px; }
.pc-cont-part2-cont-right .hd ul li{ 
	float:left;
	cursor:pointer;
	color:#686767;}
.pc-cont-part2-cont-right .hd ul li::after{ 
	content:'|';
	padding:0 10px;
	color:#686767;}
.pc-cont-part2-cont-right .hd ul li:last-child::after{
    content:'';
}
.pc-cont-part2-cont-right .hd ul li.on{ 
	height:20px; 
	color:#b8100f;}
.pc-cont-part2-cont-right .bd ul{ 
	padding:0 0 0 15px;  
	zoom:1; }
.pc-cont-part2-cont-right .bd li{ 
	height:70px; 
	border-bottom:1px solid #cecece;
	line-height:24px; 
	margin-top:15px;	
	padding-bottom:15px;
	position:relative;}
.pc-cont-part2-cont-right .bd li:hover .bd-p1{ 
	color:#b8100f;}
.pc-cont-part2-cont-right .bd li:hover .bd-p2{ 
	color:#b8100f;}
.pc-cont-part2-cont-right .bd li:hover .bd-p3{ 
	color:#b8100f;}
.pc-cont-part2-cont-right .bd li:hover .bd-p4{ 
	color:#b8100f;}
.pc-cont-part2-cont-right .bd li .date{ 
	position: absolute;
    right: 0;
    top: 0;}
p.bd-p1 {
    width: 470px;
    font-size: 16px;
    font-weight: bold;
    color: #3e3a39;
    font-family: '微软雅黑';
}
p.bd-p2 {
    width: 470px;
    font-size: 12px;
    color: #bdbfc2;
}
p.bd-p3 {
    font-size: 18px;
    font-weight: bold;
    color: #898989;
}
p.bd-p4 {
    font-size: 14px;
    font-weight: bold;
    color: #898989;
}
/*PC列表页CSS*/
li#u1 {
    background: #023f98;
    margin: 15px 0;
    height: 45px;
    line-height: 45px;
    border: 1px solid #fff;
}
li#u1:hover{
    background: #0b2d5f;
    margin: 15px 0;
    height: 45px;
    line-height: 45px;
    border: 1px solid #fff;
}
li#u1 a{
    color:#fff;
}
.pc-now-add-round {
    width: 100%;
    background: #f4f4f4;
}
.pc-now-add {
    padding: 10px 0;
    width: 1200px;
    border-bottom: 2px solid #cccccc;
    font-size: 16px;
}
.pc-cut{
    width: 100%;
    height: 215px;
    text-align: center;
    font-size: 42px;
    color: #fff;
    line-height: 215px;
    font-weight: bolder;
    letter-spacing: 5px;
}
ul.nav3 {
    position: absolute;
    top: 75px;
}
.pc-son-nav{
	background:#f4f4f4;
}
.pc-son-navs {
    width: 1200px;
    margin: 0 auto;
    display: table;
	position:relative;
}
.pc-son-navs li {
    float: left;
    padding: 0 25px;
    height: 75px;
    font-size: 16px;
    line-height: 75px;
	margin:0 5px;
	position: relative;
}
.pc-son-navs li:hover,li.son-active {
    background: #0b2d5f;
	color:#fff;
}
.pc-son-navs li:hover a,li.son-active a{
	color:#fff;
}
.pc-son-navs dl {
    display: none;
	width:114px;
    position: absolute;
    top: 75px;
    right: 0;
    background:#9dc8ff;
    border-top: 4px solid peru;
	z-index:99;
}
.pc-son-navs li dl dt{
    border-bottom: 1px solid #cecece;
    width: 106px;
    margin: 10px 4px;
	line-height: 28px;
}
.pc-son-navs  li dl dt a{
    color: #000;
    font-size: 14px;
    font-weight: normal;
}
.pc-son-navs dl dt:hover{
  background:#023f98;
}
.pc-son-navs dl dt:hover a{
  color:#fff;
}
.pc-son-navs li:hover dl {
    display: block;
}
.pc-new-list{
	width:1200px;
	margin-top:20px;
}
.pc-new-list li {
	padding: 20px 15px;
	cursor: pointer;
	transition: all 0.6s linear;
}
.pc-new-list li:hover {
    background: rgba(222, 222, 222, 0.6330275229357798);
    border-radius: 2px;
    transform: translateY(-10px);
}
.pc-new-list li:hover a{
    color:#b8100f;
}
.pc-new-list li a {
    color: #444;
    outline: none;
    transition: all .3s;
}
.pc-new-list li img {
    float: left;
    width: 245px;
    height: 135px;
	border-radius: 5px;
}
.pc-new-list .news-right {
    width: 860px;
    float: left;
    padding-left: 30px;
}
.new-tit {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}
.new-discrip {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 24px;
    color: #717171;
}
.pc-new-list li a .new-time {
    font-size: 12px;
    color: #717171;
}
.pc-new-list li a .new-time span {
    float: right;
    color: #717171;
}
.pc-new-list li a:hover .new-time span {
    color:#b8100f;
}
/*PC-分页*/
.pc-page {
    width: 1200px;
    display: table;
    padding: 30px 0;
}
.page-num, .page-link {
    position: relative;
    display: block;
    display: table-cell;
    text-align: center;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #023f98;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-num-current {
    z-index: 1;
    color: #fff;
    background-color: #023f98;
    border-color: #023f98;
}
.page-num:not(:disabled) {
	cursor: pointer;
}

a.page-num:hover, .page-link:hover {
	text-decoration: none;
}

.page-num-current:hover {
	color: #fff;
}
.pc-search-value {
    width: 100%;
    background: #023f98;
    padding: 20px 15px;
    font-size: 18px;
    color: #fff;
}
.pc-search-tit{
    width: 1200px;
}
strong.fc_03c {
    color: red;
}
/*PC单页CSS*/
.pc-son-jj{
	width:1200px;
	margin:20px auto;
}
/*PC-底部*/
.pc-footers{
	width:100%;
	height:165px;
	background:#023f98;
}
.pc-footer{
	width:1200px;
	height:165px;
}
.pc-footer-part1{
	width: 510px;
    margin: 35px 0;
    float: left;
}
.pc-footer-part1 img{
	width:100%;
	height:auto;
}
.pc-foot-p1 {
    font-size: 16px;
    color: #fff;
    letter-spacing: 5px;
    padding-bottom: 15px;
}
.pc-foot-span1 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.pc-foot-p2 img {
    float: left;
    margin-right: 10px;
}
.pc-footer-part2 {
    float: left;
    width: 2px;
    height: 134px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 15px 45px;
    background: #fff;
}
.pc-footer-part2 .code,.pc-footer-part2 .code img {
    height: 100px;
}
.pc-footer-part2 .small{
	margin-top:5px;
}
.pc-footer-part3{
	float:right;
	color:#d6d6d6;
	text-align:right;
	margin-top:35px;
	line-height:24px;
}
ul.pc-foot-nav{
    height:20px;
}
ul.pc-foot-nav li {
    float: left;
	margin-left:3px;
}
ul.pc-foot-nav li::after{
    content:'/';
	color:#d6d6d6;
}
ul.pc-foot-nav li:last-child::after{
    content:'';
}
ul.pc-foot-nav li a{
    color:#d6d6d6;
}
/*PC-内容页*/
.pc-container {
    width: 1200px;
    margin-top: 20px;
}
h2.pc-new-tit {
    text-align: center;
}
.pc-new-time {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #cecece;
}
.pc-new-content {
    padding: 10px;
    border-bottom: 1px solid #cecece;
}
.pc-new-content img {
    height: auto;
    max-width: 100%;
}
.text-secondary.lh-2 {
    padding: 15px 0;
}
.text-secondary.lh-2 p {
    padding: 10px 0;
}
.p_moreBtn{
    margin: 10px;
    height: 40px;
    line-height: 40px;
    background: #eee;
    text-align: center;
    display: block;
    color: #666;
}
/*PC端精品工程轮播CSS*/
.mr_frbox .mr_frBtnL.prev {
    cursor: pointer;
    position: absolute;
    top: 75px;
    left: 0px;
    z-index:999;
}
.mr_frbox .mr_frBtnR.next {
    cursor: pointer;
    position: absolute;
    top: 65px;
    right:25px;
}
.pc-cont-part3-cont .hd {
    overflow: hidden;
    margin-bottom: 26px;
}
.pc-cont-part3-cont .hd ul {
    padding-left: 150px;
}
.pc-cont-part3-cont .hd li {
    float: left;
    height: 36px;
    width: 134px;
	background: #e8e8e8;
    line-height: 36px;
    margin-right: 20px;
}
.pc-cont-part3-cont .hd li a {
    display: block;
    width: 134px;
    height: 36px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}
.pc-cont-part3-cont .hd li.on a {
    color: #fff;
    background: #e5000f;
}
.pc-cont-part3-cont .hd li.menuhover{
	color: #fff;
    background: #007ce5;
	}
.pc-cont-part3-contc .hd .menuhover a{
	color: #fff;
	}
.pc-cont-part3-cont .bd{
	height:270px;
	overflow:hidden;}
.pc-cont-part3-cont .bd_con {
	width: 1200px;
    float: left;
    height: 270px;
}
.pc-cont-part3-cont .bd .bd_con .piclist {
    overflow: hidden;
}
.pc-cont-part3-cont .bd .bd_con .piclist li {
    float: left;
    width: 275px;
    background: #fff;
    margin-right: 25px;
    overflow: hidden;
}
.pc-cont-part3-cont .bd .bd_con .piclist li .title {
    padding: 16px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}
.pc-cont-part3-cont .bd .bd_con .piclist li .more {
    text-align: center;
    height: 28px;
    margin-bottom: 18px;
}
.pc-cont-part3-cont .bd .bd_con .piclist li .more a {
    display: inline-block;
    height: 28px;
    width: 96px;
    text-align: center;
    border-radius: 28px;
    background: #c0a55c;
    color: #fff;
}
.pc-cont-part3-cont  .bd .bd_con .piclist li .pic img {
    width: 100%;
    transition: 200ms;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    height:155px;
}
.pc-cont-part3-cont .piclist li:hover .pic img {
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
}
}

/*手机端CSS*/
@media only screen and (max-width: 1023px) {
.pc-all{
	display:none;
}
.phone{
	display:block;}
.phone-all{
	display:block;
	width:100%;}
.phone_top{
	position: relative;
    z-index: 2;
    background:#fff;
    height: 72px;
    line-height: 72px;
    color: #fff;
	border-bottom:4px solid #4980fe;}
.phone_top img {
    display: block;
    height: 60px;
    width: auto;
    padding: 5px;
}
.nav_btn {
    position: absolute;
    right: 15px;
    top: 0;
    width: 40px;
    height: 72px;
}
.nav_btn img {
    padding-top:29px;
    width: 40px;
    height: auto;
    vertical-align: middle;
}
.onclick-js {
    position: absolute;
    display: none;
    top: 75px;
    z-index: 99;
    width: 100%;
    height: 100%;
	background: #fff;
}
ul.right-nav {
    width: 94%;
	padding: 10px 3%;
	background: #f2f2f2;
    justify-content: space-between;
}
.right-nav li {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 42px;
    background: #e6e6e6;
    text-align: left;
	width: 100%;
    margin: 0 0 2% 0;
}
.right-nav li a{
    display: block;
    color: #333;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    background: #e6e6e6;
    text-align: left;
    padding: 0 5%;
}
ul.ul1 {
    background: #fff;
    border: 1px solid #4980fe;
}
ul.ul1 .li2 {
    float: left;
    width: 32%;
	background: #f2f2f2;
	margin:1% 0.5%;
}
ul.ul1 .li2 a{
	background: #f2f2f2;
}
.h-btn {
    width: 100%;
    text-align: center;
    font-size: 20px;
    background: #f2f2f2;
	padding:15px 0;
}
.path {
    color: #666;
    line-height: 1.6;
    text-align: left;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-top: 65px;
    padding-left: 24px;
    background: url(/img/path.png) no-repeat 4px center #fff;
    background-size: auto 20px;
	border-top: 3px solid #cecece;
}
.phone_slid {
	background: #ededed;
    padding-top: 10px;
	margin-bottom: 8px;
	margin-top: 10px;
}
.aboutus {
    position: relative;
    padding: 20px 10px 40px;
    background: #fff;
    border-bottom:4px #ddd solid;
}
.aboutus a {
    color: #c0a55e;
    position: absolute;
    bottom: 40px;
    right: 10px;
}
.phone-me{
    height: 39px;
    line-height: 39px;
    position: relative;
    /*border-bottom: 1px solid #ddd;*/
    background: #ffffff;
    margin-bottom: 8px;
}
.phone-me li {
    text-align: left;
    width: 98%;
    font-size: 18px;
    height: 39px;
    line-height: 39px;
	padding-left: 2%;
}
.phone-me a {
    color:#4980fe;
    font-weight: bold;
    border-left: 4px #4980fe solid;
    padding-left: 10px;
}
a.more-phone {
    float: right;
    color: #999;
    display: block;
    font-size: 0.6rem;
    padding-right: 15px;
    border:none;
}
.phone-about-con {
    width: 92%;
	padding:20px 0;
}
.phone-about-con img{
	width:100%;
	height:auto;}
.phone-about-lists li {
    width: 44%;
    margin: 5% 0 0 0;
}
.phone-about-lists li:nth-child(2n){
	float:right;}
.phone-about-lists li:nth-child(2n+1){
	float:left;}
/*焦点轮播图CSS*/
.silder3{
	position:relative;
	padding-bottom:15px;}
.silder3 .silder_list {width:100% !important;height:200px; overflow:hidden;position: relative;}
.silder3 .silder_list a{position:absolute; top:0;left:0;}
.silder3 .silder_list a,.silder3 .silder_list img{display:inline-block;float:left;width:100%;}
.silder_list img{width:100% !important;max-height:300px;}
.silder3 .silder_page{height:42px;text-align:center; margin:0 auto;overflow:hidden;position:absolute; bottom:1px;right:4px;}
.silder3 .silder_page li{width:10px; font-size:12px;height:10px;line-height:10px;margin:15px 10px 0 0; background:#fff;display:inline-block;text-align:center;color:#fff;border-radius:5px;}
.silder3 .silder_page li.current{width:10px;height:10px;background:#1293e7;color:#1293e7;}
.silder_desc{color:#fff;background:url(tit_bg.png) repeat 0 0;float:left;line-height:42px;height:42px;width:100%;overflow:hidden;position:absolute;left:0;bottom:0;text-align:left;text-indent:10px;}
.silder3 .silder_page li:hover{cursor:pointer;}
/*手机新闻中心轮播图CSS*/
.silder4{
	position:relative;
	padding-bottom:15px;}
.silder4 .silder_list {width:100% !important;height:200px; overflow:hidden;position: relative;}
.silder4 .silder_list a{position:absolute; top:0;left:0;}
.silder4 .silder_list a,.silder3 .silder_list img{display:inline-block;float:left;width:100%;}
.silder_list img{width:100% !important;max-height:300px;}
.silder4 .silder_page{height:42px;text-align:center; margin:0 auto;overflow:hidden;position:absolute; bottom:1px;right:4px;}
.silder4 .silder_page li{width:10px; font-size:12px;height:10px;line-height:10px;margin:15px 10px 0 0; background:#fff;display:inline-block;text-align:center;color:#fff;border-radius:5px;}
.silder4 .silder_page li.current{width:10px;height:10px;background:#1293e7;color:#1293e7;}
.silder_desc{color:#fff;background:url(/img/tit_bg.png) repeat 0 0;float:left;line-height:42px;height:42px;width:100%;overflow:hidden;position:absolute;left:0;bottom:0;text-align:left;text-indent:10px;}
.silder4 .silder_page li:hover{cursor:pointer;}


.phone-search {
    width: 94%;
    height: 30px;
    margin-top: 80px !important;
    background: #fff;
    border: 1px solid #cecece;
    border-radius: 3px;
}
.phone-search .search{
width: 94%;
    height: 25px;
    margin: 3px 3%;
    line-height: 26px;
    background: #ffffff;
	}
.search .input1:not(:placeholder-shown) {
    display: inline-block;
    width: 160px;
    padding-left: 10px;
    background: #fff;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: #fff !important;
    color: fieldtext !important;
}
.phone-search .search .input1 {
	outline:none;
    width: 75%;
    height: 25px;
    border: none;
    margin-left: 30px;
	float: left;
}
.phone-search .search .input2 {
	width:20px;
    margin:2px -2px;
	float: right;
}
/*手机版列表页CSS*/
.phoncontent {
    background: #fff;
    padding-bottom: 20px;
}
.phone_list_tit{
	height: 39px;
	line-height: 39px;
	position: relative;
	border-bottom: 1px solid #E1E1E1;
	background: #F9F9F9;
}
.phone_list_tit h3 {
    float: left;
    color: #4980fe;
    font-size: 18px;
    line-height: 38px;
    padding: 0 5%;
    background: #F9F9F9;
    border: 1px solid #E1E1E1;
    border-top: 2px solid #4980fe;
    border-bottom: 0;
}
.phone_new_list{
    padding: 3% 2% 0 2%;
    clear: both;
    overflow: hidden;
    background: #fff;
}
.phone_new_list li {
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    height: 46px;
    line-height: 46px;
}
.phone_new_list .date {
    float: right;
    color: #999;
    margin: 0 10px;
}
.moreBtn {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    background: #eee;
    text-align: center;
    display: block;
    color: #666;}
/*手机版文档页CSS*/
.phonearticleCon{
    text-align: left;
    padding: 3%;
    margin-top: 10px;
    text-align: justify;
    background: #fff;
}
.phonearticleCon .title {
    font-size: 0.9rem;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: center;
}
.phonearticleCon .sendtime {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 10px;
    color: #777;
    text-align: center;
}
.phoneconTxt{
    color: #333;
    font-size: 0.75rem;
    line-height: 1.5rem;
    padding: 0 0 20px 0;
    overflow: hidden;
    word-break: normal;
    word-wrap: break-word;
}
.phoneconTxt p{
    font-size: 16px;
}
.phoneconTxt img{
    max-width: 100%;
    height: auto !important;
}
.msg-prv {
    display: block;
    line-height: 1.15rem;
    color: #333333;
    font-size: .6rem;
    overflow: hidden;
}
.phone_footer {
    background: #fff;
    padding: 5% 3%;
    text-align: center;
    font-size: 0.6rem;
    margin-top: 10px;
	border-top: 4px solid #cecece;
}
.phone_footer p{
    padding: 2% 0%;}
/*搜索页CSS*/
.search-tit{
	text-align: left;
    width: 98%;
    font-size: 18px;
    height: 39px;
    line-height: 39px;
    padding-left: 2%;
    font-weight: bold;
}
.search-word{
	color: #4980fe;
    font-weight: bold;
    border-left: 4px #4980fe solid;
    padding-left: 10px;
}
.cut_line {
    width: 100%;
    height: 4px;
    background: #4980fe;
    margin-top: 0.25rem;
}
strong.fc_03c {
    color: red;
}
.resultbar {
    width: 98%;
    background: #fff;
    margin-top: 2rem;
    padding: 1%;
}
.result_content {
    width: 98%;
    min-height: 15rem;
    background: #fff;
    padding: 1%;
    border-top: 1px solid #4980fe;
    margin-bottom: 10px;
}
.resultlist li {
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    height: 46px;
    line-height: 46px;
}
.result {
    padding: 15px 10px;
}
.result a{
	color: #fff;
    background: #4980fe;
    padding: 5px;
    border-radius: 5px;
}
span.s_data {
    float: right;
    color: #999;
    margin: 0 10px;
}
.phone_s_tit {
    width: 60%;
    overflow: hidden;
    float: left;
}

}/*手机CSS结束*/